home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / plan / src / INTRO < prev    next >
Text File  |  1994-08-01  |  4KB  |  78 lines

  1. plan - an X/Motif day planner
  2. -----------------------------
  3.  
  4. This is version 1.3 of plan, first posted May 16, 1993. This version
  5. includes the long-promised PostScript output, support for Japanese,
  6. support for the SGI IRIX 5.2 desktop look (makes Motif look like Athena
  7. on a Gameboy), and lots of new features and several bug fixes.
  8.  
  9. --
  10.  
  11. Plan is a schedule planner based on X/Motif. It displays a month calendar
  12. similar to xcal, but every day box is large enough to show appointments
  13. in small print. By pressing on a day box, the appointments for that day
  14. can be listed and edited. Appointments are entered with the following
  15. information (everything except the time is optional):
  16.  
  17. - the date, time, and length of the appointment
  18. - an optional text message to be printed,
  19. - an optional script to be executed,
  20. - early-warn and late-warn triggers that precede the alarm time
  21. - repetitions: [n-th] weekdays, days-of-the-month, every n days, yearly
  22. - optional fast command-line appointment entry
  23. - flexible ways to specify holidays and vacations
  24. - extensive context help
  25.  
  26. The action being taken when a warn or alarm time is reached is programmable;
  27. by default a window pops up. In addition, a program can be executed, or mail
  28. can be sent. Other methods of listing appointments (today, this week, next
  29. week, or a keyword search for regular expressions) are also available. Plan
  30. can be configured to display times in 12-hour or 24-hour formats, mmddyy and
  31. ddmmyy date formats, and can show either Monday or Sunday in the leftmost
  32. column. Three view modes are supported: one month, one year, and one week.
  33. The week view plots appointments as colored and labelled bars in a hour vs.
  34. day chart, and allows other users' appointments to be included.
  35.  
  36. The changes since the last released version (1.2 PL4) are substantial, and
  37. although I avoided nonportable changes there may be trouble with the more
  38. esoteric platforms that haven't been beta-tested. I am afraid that there is
  39. a known bug: the Snooze button in notifier windows doesn't work with some
  40. X servers. If you have problems, first try the Troubleshooting section in
  41. the online help texts, then send mail to thomas@bitrot.in-berlin.de.
  42.  
  43. New features:
  44.     *  PostScript output, by Karl Bunch <karl@ttank.ttank.com>
  45.     *  Japanese version, by Ogura Yoshito <ogura@ndc.ngsk.sony.co.jp>
  46.     *  support for SGI desktop look&feel
  47.     *  new RGB icon picture for SGIs running the 4Dwm window manager
  48.     *  holiday file accepts #include statements if /lib/cpp is available
  49.     *  optional user name in week view before note (new week config popup)
  50.     *  rearranged header above month view
  51.     *  reads LIB/holiday after reading ~/.holiday
  52.     *  new recycle option: every year (for birthdays etc)
  53.     *  -t option that prints appointments on a day to stdout
  54.     *  Delete-past-entry command now has five maximum-age choices
  55.     *  EditRes, by Klaus Guntermann <gunterma@iti.informatik.th-darmstadt.de>
  56.     *  better parse_timestring: 100 -> 1:00
  57.     *  click day in week view -> edit day
  58.     *  swedish holiday file, by Kristian Wedberg <wedberg@mednet.gu.se>
  59.     *  switch to today / to a specific date using a text entry popup
  60.     *  today now highlighted green in week view
  61.     *  in fast warning entry mode, entering '=' uses default warning times
  62.     *  first partial week in Jan is counted as 1. See FULLWEEKS in mondraw.c.
  63.     *  NODAEMON_ONCE in popup.c is defined to suppress multiple error popups
  64.  
  65. NEW PLATFORMS:
  66.     *  SunOS 4.1.3 with K&R cc, replaces stdarg with varargs if -DVARARGS,
  67.        by Michael P. Shevenell <mshev@express.ctron.com>
  68.     *  Sony NEWS with/without gcc, by Ogura Yoshito <ogura@ndc.ngsk.sony.co.jp>
  69.     *  Sequent running Dynix/ptx v2.[12], by Mike Gilpin <mgilpin@sequent.com>
  70.  
  71. NOTE: the comment character in ~/.holiday files was changed from '#' to ':'
  72.       to allow cpp to parse the file. Not changing these characters will cause
  73.       cpp "undefined control" errors.
  74.  
  75. Have fun,
  76.  
  77. Thomas
  78.